const runtime._Pidle

10 uses

	runtime (current package)
		mgc.go#L1215: 		if pp.status == _Pidle {
		proc.go#L2113: 		if s == _Psyscall && p2.runSafePointFn == 1 && atomic.Cas(&p2.status, s, _Pidle) {
		proc.go#L4778: 	if oldp != nil && oldp.status == _Psyscall && atomic.Cas(&oldp.status, _Psyscall, _Pidle) {
		proc.go#L5838: 		pp.status = _Pidle
		proc.go#L5872: 		pp.status = _Pidle
		proc.go#L5930: 	if pp.m != 0 || pp.status != _Pidle {
		proc.go#L5971: 	pp.status = _Pidle
		proc.go#L6324: 			if atomic.Cas(&pp.status, s, _Pidle) {
		runtime2.go#L120: 	_Pidle = iota
		tracestatus.go#L90: 	case _Pidle, _Pgcstop: